home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / display / function / testcase / test16.cmd < prev    next >
Encoding:
Text File  |  1994-08-05  |  646 b   |  23 lines

  1. /**/
  2. 'cls'
  3. Say   "*********************************************************************"
  4. Say   "             Name: Test Case 16"
  5. Say   " "
  6. Say   "             Program: Picture Man"
  7. Say   " "
  8. Say   "             Purpose: To display a 1280x1024x256 GIF image"
  9. Say   "             in a full screen WIN-OS/2"
  10. Say   " "
  11. Say   " "
  12. Say   "             Please refer to test16.doc for more"
  13. Say   "             information on what this test case does."
  14. Say   "*********************************************************************"
  15.  
  16. '@echo off'
  17. Pause
  18. 'cd ..\pman'
  19. 'call pman  ..\..\data\1280x102.gif'
  20. 'cd ..\testcase'
  21. '@echo on'
  22. EXIT
  23.